Tests Depend On Something Outside Of The Test Suite ^^^^^ **Definition:** * occur when there is something the test needs to be able to run but it is not mocked either because it wasn’t missed or is not possible to mock **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Anti-Patterns In Unit Testing `_